Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci: use rust toolchain v1.71.0 #1146

Merged
merged 2 commits into from
Sep 7, 2023
Merged

ci: use rust toolchain v1.71.0 #1146

merged 2 commits into from
Sep 7, 2023

Conversation

hugocaillard
Copy link
Collaborator

@hugocaillard hugocaillard commented Sep 7, 2023

The recent issue in the CI is caused by the fact that our version of v8 doesn't build with the latest rustc version (1.72.0 that became the stable release 2 weeks ago).

Let's fix the version to 1.71.0 (latest version able to build clarinet) both in the CI and locally (rust-toolchain file).

In the future, I think we should always use stable (both in CI and locally).
This will be possible once we remove deno and v8 from the dependencies (in the coming weeks)

@hugocaillard hugocaillard merged commit b8cedf6 into develop Sep 7, 2023
15 checks passed
@hugocaillard hugocaillard deleted the fix/rust-version-ci branch September 7, 2023 13:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

2 participants